Skip to content

Conversation

@chrarnoldus
Copy link
Contributor

@chrarnoldus chrarnoldus commented May 27, 2025

Hello Roo Team! We received this contribution on the Kilo side and thought it might be useful to you!

These changes were originally submitted by a (presumably) native speaker of the language (thanks @PeterDaveHello!): Kilo-Org/kilocode#516


Important

Improve Traditional Chinese locale by refining translations in package.nls.zh-TW.json.

  • Locale Improvements:
    • Change "添加到上下文" to "新增到上下文" in command.addToContext.title and command.terminal.addToContext.title.
    • Remove redundant characters in settings.vsCodeLmModelSelector.vendor.description and settings.vsCodeLmModelSelector.family.description.

This description was created by Ellipsis for afe6a87. You can customize this summary. It will automatically update as commits are pushed.

Hello Roo Team! We received this contribution on the Kilo side and thought it might be useful to you!

These changes were originally submitted by a (presumably) native speaker of the language: Kilo-Org/kilocode#516
Copy link
Collaborator

@mrubens mrubens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mrubens mrubens merged commit dfacdb3 into RooCodeInc:main May 27, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 27, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap May 27, 2025
@chrarnoldus chrarnoldus deleted the christiaan/improve-zh-tw branch May 27, 2025 18:15
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 28, 2025
Copy link
Contributor

@PeterDaveHello PeterDaveHello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't I be the author then?

@mrubens
Copy link
Collaborator

mrubens commented May 28, 2025

Shouldn't I be the author then?

Yes, absolutely - sorry about that! Just updated the changelog and the release notes. We've been trying out a prompt to automate the release notes but we need to be careful about cases like this.

@PeterDaveHello
Copy link
Contributor

Sure, as mentioned here: #4053 (review), I believe the bot can be the committer, which would be better.

@mrubens
Copy link
Collaborator

mrubens commented May 28, 2025

Sure, as mentioned here: #4053 (review), I believe the bot can be the committer, which would be better.

Yeah, especially since Kilo is such a close fork of Roo we could try using cherry-picks to pull over the commits, which is the best way I know of to preserve the authorship. But definitely let me know if you were thinking of something else. Thanks!

@PeterDaveHello
Copy link
Contributor

Cool, cherry-picks sounds great by default. Will there be an AI auto-review before the PRs are sent? Not sure cherry-picks without enough context review are safe or meaningful enough.

SmartManoj pushed a commit to SmartManoj/Raa-Code that referenced this pull request Jun 13, 2025
* Add active files to file context menu

Add support to include active files (open tabs) within the WorkspaceTracker. This enables the tracker to send the webview with a file list that has active files listed at the top.

The changes include:

- Listening for tab group changes using `vscode.window.tabGroups.onDidChangeTabs` to trigger workspace updates.
- Introducing an `activeFiles` getter that retrieves the file paths of all currently open text editor tabs.
- Modifying the `workspaceDidUpdate` function to include both `activeFiles` and `filePaths` when posting the `workspaceUpdated` message to the webview.

* use set

* add changeset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants